home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000256_news@columbia.edu _Tue Feb 6 16:15:18 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id QAA10795
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Tue, 6 Feb 2001 16:15:13 -0500 (EST)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA25366
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 6 Feb 2001 16:15:12 -0500 (EST)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id QAA28684
  10.     for kermit.misc@watsun.cc.columbia.edu; Tue, 6 Feb 2001 16:04:21 -0500 (EST)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: jrd@cc.usu.edu (Joe Doupnik)
  13. Subject: Re: DOS Kermit dies ...
  14. Message-ID: <eI0gH3R2asj3@cc.usu.edu>
  15. Date: 6 Feb 01 13:59:27 MDT
  16. Organization: Utah State University
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <gWtomC2dEjRt-pn2-w3u4eOmsEORl@era0>, era@eracc.bizland.com (ERA) writes:
  20. > Hello Mr. Doupnik,
  21. > I upgraded two POS computers for a client from Pentium 100's running
  22. > MS-DOS 6.2 to Celeron 466MHz running IBM PC-DOS 2000. They are using
  23. > MS Kermit patched to 3.16, IIRC. Now the overnight file retrieval
  24. > dies. The DOS machines crash with an error when the remote system
  25. > tries to login and access the DOS host to get the nightly data. I
  26. > can't tell yet if it dies at login or at the attempt to retrieve. The
  27. > error occurs before their system is turned off for the night by a
  28. > timer switch. It was working before the hardware / DOS upgrade.
  29. > I haven't yet been able to capture the error due to time constraints
  30. > with the client for testing. I have heard, since upgrading them,
  31. > there are "issues" with 400MHz and faster machines trying to run DOS
  32. > communication apps. Is this true? If so how do we prevent the
  33. > problem? If you can, please write me direct using:
  34. >     support@eracc.bizland.com
  35. ---------
  36.     The dialogue has been carried on point to point, but here is a
  37. snippet which covers essential bases. The very old speed problem 
  38. resulted in a divide by zero fault when opening a connection. It has
  39. been fixed for a long time.
  40. --------
  41.  
  42.     MSK 3.16 does not have problems with fast CPUs. I am writing
  43. this message using that Kermit and the machine has a 900MHz AMD Athlon
  44. cpu, a heck of a lot faster than a 466MHz Celeron. Some obvious things
  45. to check are the quality of the memory chips and the Bios setup for
  46. peripherals. I have not heard of IBM's DOS 2000, so if that has unusual
  47. things compared to regular DOS then I will be unaware of them.
  48.     In all, I think the machines themselves have difficulties and
  49. Kermit is simply revealing them.
  50.     Joe D.